home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Libraries
/
C Internet Config
/
IC Application Source ƒ
/
Headers ƒ
/
InternetConfig.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-19
|
288 b
|
28 lines
|
[
TEXT/SPM
]
/*
InternetConfig.h
Header file for InternetConfig.c
*/
#pragma once
#ifndef __H_InternetConfig__
#define __H_InternetConfig__
#ifdef __cplusplus
extern "C" {
#endif
void HandleAppParams(void);
void main(void);
#ifdef __cplusplus
}
#endif
#endif /* __H_InternetConfig__ */